home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-21 | 328 b | 24 lines | [TEXT/MPS ] |
- /*
- File: MITest1.exp
-
- Contains: Test for multiple inheritance
-
- Copyright: © 1992-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #include "MITest1.h"
-
- Library
- {
- id = "quin:test$MITest1,1.1";
- memory = client;
- version = 1.1d1;
- };
-
- Class MMixin1;
- Class MMixin2;
- Class MMixin3;
- Class TMixedClass;
- Class TMixedClass2;
-